Skip to content

Add missing await when executing fulfill actions#820

Merged
ryanio merged 1 commit intoProjectOpenSea:mainfrom
defaultpepe:main
Mar 11, 2026
Merged

Add missing await when executing fulfill actions#820
ryanio merged 1 commit intoProjectOpenSea:mainfrom
defaultpepe:main

Conversation

@defaultpepe
Copy link
Contributor

Fix missing await when calling executeAllFulfillActions() in the README examples.

Previously, the function was invoked without awaiting the returned Promise, which could lead to incorrect behavior and confusion for users.
The examples now correctly await the transaction execution, ensuring the code works as expected and matches the async API design.

Copy link
Collaborator

@ryanio ryanio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — both missing awaits are genuine bugs in the README examples. Thanks for catching this!

@ryanio ryanio merged commit 95c5ada into ProjectOpenSea:main Mar 11, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants